projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f63d3
)
* lisp/eshell/esh-proc.el (eshell-kill-process-function): Fix typo in previous.
author
Glenn Morris
<rgm@gnu.org>
Sat, 5 Mar 2011 19:36:33 +0000
(11:36 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 5 Mar 2011 19:36:33 +0000
(11:36 -0800)
lisp/eshell/esh-proc.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-proc.el
b/lisp/eshell/esh-proc.el
index f3fcc52aac84dfe433700825c83801ff314d538e..eeaccc4b8902d017716efa4d08bf419091fa2cd3 100644
(file)
--- a/
lisp/eshell/esh-proc.el
+++ b/
lisp/eshell/esh-proc.el
@@
-121,7
+121,7
@@
Runs `eshell-reset-after-proc' and `eshell-kill-hook', passing arguments
PROC and STATUS to both."
(or (memq 'eshell-reset-after-proc eshell-kill-hook)
(eshell-reset-after-proc proc status))
- (run-hook-with-args eshell-kill-hook proc status))
+ (run-hook-with-args
'
eshell-kill-hook proc status))
(defun eshell-proc-initialize ()
"Initialize the process handling code."